Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alpha
ctype_alpha
Check alphabetical characters
Name:
ctype_alpha
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphabetical characters
Related
Recommended way to use stmt_init to execute update (UPDATE) statements
8
How to encapsulate date_sunset() as a REST API
6
array_diff_assoc() Common misunderstandings in official documents
10
Use md5_file() in cross-platform file synchronization tool to ensure consistency
3
Similar Functions
ctype_graph
ctype_graph
Checkforanyprintable
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_punct
ctype_punct
Checkforprintablecha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles